home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / help.dir / 00025_Script_25 < prev    next >
Text File  |  1994-09-21  |  446b  |  19 lines

  1. on exitFrame
  2.   updateStage
  3.   sound playFile 1, the pathName &"SOUNDS\3_10A.AIF"
  4.   repeat while soundBusy(1)
  5.     set the visible of sprite 8 to FALSE
  6.     updateStage
  7.     startTimer
  8.     repeat while the timer < 10
  9.       nothing
  10.     end repeat
  11.     set the visible of sprite 8 to TRUE
  12.     updateStage
  13.     startTimer
  14.     repeat while the timer < 10
  15.       nothing
  16.     end repeat
  17.   end repeat
  18.   set the visible of sprite 8 to FALSE
  19. end